18. Quiz

Images can be displayed from the internet by providing the URI as an XML attribute.

SOLUTION: False

Which of the following are standard operations of a RESTful service. (choose all that apply)

SOLUTION:
  • Get
  • Post
  • Delete
  • Put

Which Android Permissions is required to connect to a RESTful service? android.permission.

SOLUTION: Internet

Which of the following are common formats for a response in modern RESTful services? (Choose all that apply)

SOLUTION:
  • XML
  • JSON

Running a RESTful request on the UI thread will…

SOLUTION: crash the application

With retrofit, the _ annotation specifies a parameter for a network request

SOLUTION: @QUERY

With retrofit, the _ annotation indicates a network request using URI based parameters.

SOLUTION: @GET

The Glide library allows you to load network images without specifying a background thread.

SOLUTION: True

The Glide library will always download the newest image from a provided URI.

SOLUTION: False